
    /* Custom form styles */

    	form#enq_opt_v1 .field-block												{ margin: 0 4%; width: 92%; }
    	form#enq_opt_v1 .field-block.col-2											{ width: 42%; }
    	form#enq_opt_v1 .field-block.col-2.left										{ padding-right: 0; }
    	form#enq_opt_v1 .field-block.col-2.right									{ padding-left: 0; }
    	form#enq_opt_v1 .g-recaptcha												{ margin: 0.75em 4%; width: 92%; }

        form#enq_opt_v1 .field-block input[type="text"],                             
        form#enq_opt_v1 .field-block textarea                                       { border: 2px solid #ADADAD; }

        form#enq_opt_v1 button														{ margin: 1em auto 0% auto; padding: 0.5em 3em 0.5em 3em; font-size: 1.125em; line-height: 1.67em; font-weight: 600; color: #FFFFFF; background-color: #5A245F; border: 0px none; border-radius: 0px 0px 0px 0px; display: block; -o-transition: background-color 0.4s ease 0s; -ms-transition: background-color 0.4s ease 0s; -moz-transition: background-color 0.4s ease 0s; -webkit-transition: background-color 0.4s ease 0s; transition: background-color 0.4s ease 0s; }
		form#enq_opt_v1 button:hover												{ background-color: #7D3284; }

		@media only screen and (max-width: 600px) and (min-width: 0px) {

    		form#enq_opt_v1 .field-block.col-2										{ width: 92%; }
  
		}